OpenRoads Designer CONNECT Edition SDK Help

GetNestedSubProfileElements Method

Gets all sub profile elements that make up the ProfileComplex. Exp: complex C1 = line1 + line2 complex C2 = C1 + arc complex C = C2 + linestring ==> return: components = linestring + arc + line1 + line2.

Definition

Namespace: Bentley.CifNET.LinearGeometry Assembly: Bentley.CifNET.LinearGeometry.4.0 (in Bentley.CifNET.LinearGeometry.4.0.dll) Version: 1.0.0.0 (99.99.99.99)

C#

public  ProfileElement[]GetNestedSubProfileElements()

Return Value

ProfileElement[]

See Also